/nflmon evolve

NFLmon

When your NFLmon reaches the required level, evolve it to unlock the next evolution stage with a new emoji indicator.

Usage

/nflmon evolve id:42

Options

id Required number

NFLmon ID

Examples

Input
/nflmon evolve id:42
Output
⭐ Evolution Complete! Patrick Mahomes evolved to Pro!

Tips

  • Hall of Famer requires Rare rarity or higher
  • Evolution is automatic at level thresholds but must be triggered

Configuration Values

{
  "stages": [
    {
      "name": "Rookie",
      "emoji": "🌱",
      "minLevel": 1
    },
    {
      "name": "Pro",
      "emoji": "⭐",
      "minLevel": 21
    },
    {
      "name": "All-Pro",
      "emoji": "🌟",
      "minLevel": 41
    },
    {
      "name": "Hall of Famer",
      "emoji": "👑",
      "minLevel": 61,
      "minRarity": "rare"
    }
  ]
}

Related Commands